home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1999
/
MacHack 1999.toast
/
The Hacks
/
MACtive Desktop
/
Source
/
Headers
/
AppleEvent.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-01-15
|
304 b
|
14 lines
|
[
TEXT/CWIE
]
#ifndef _APPLEEVENT_
#define _APPLEEVENT_
#include <AppleEvents.h>
void InitializeAppleEvents(void);
void ProcessAppleEvent(EventRecord *event);
pascal SInt16 AECoreHandler(AppleEvent *aevent,AppleEvent *areply,long refcon);
SInt32 AEGotRequiredParams(AppleEvent *aevent);
#endif /* _APPLEEVENT_ */